* progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
authorGlenn Morris <rgm@gnu.org>
Fri, 31 May 2013 07:05:55 +0000 (00:05 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 31 May 2013 07:05:55 +0000 (00:05 -0700)
lisp/ChangeLog
lisp/progmodes/cc-vars.el

index b3ff5e4e746f4f553fe4c1c4161d108dac953ca8..19f002615f3c0ff4107509e991fd9fa967903ec8 100644 (file)
@@ -1,3 +1,7 @@
+2013-05-31  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
+
 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
 
        * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p): New
index f830cc7edc1606b5303879fafe35cdd85c8eeaef..f97e8d1483b43bcbed4956f5d354e4aa5e16550f 100644 (file)
@@ -1645,6 +1645,7 @@ and is likely to disappear or change its form soon.")
   ;; `c-macro-with-semi-re' (or just copy it if it's already a re).
   (setq c-macro-with-semi-re
        (and
+        (boundp 'c-opt-cpp-macro-define)
         c-opt-cpp-macro-define
         (cond
          ((stringp c-macro-names-with-semicolon)